summaryrefslogtreecommitdiffstats
path: root/docusaurus/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'docusaurus/.gitignore')
-rw-r--r--docusaurus/.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/docusaurus/.gitignore b/docusaurus/.gitignore
new file mode 100644
index 0000000..019391a
--- /dev/null
+++ b/docusaurus/.gitignore
@@ -0,0 +1,26 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# This file is part of Wolfree.
+# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+
+# Dependencies
+/node_modules
+
+# Production
+/build
+
+# Generated files
+.docusaurus
+.cache-loader
+
+# Misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+package-lock.json